home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / 1.098 / prof / sun3.md / md.mk.sed < prev    next >
Text File  |  1988-06-15  |  539b  |  18 lines

  1. #
  2. # Mkmf uses this file in conjunction with sed to modify md.mk
  3. #
  4.  
  5. $a\
  6. \
  7. #\
  8. # Special massaging of _mcount.c needed to create non-profiled .po file\
  9. # and .o file with _mcount renamed to the mcount everyone expects\
  10. #\
  11. $(TM).md/_mcount.po    : $(TM).md/_mcount.o .NOTMAIN\
  12. \    $(CP) $(TM).md/_mcount.o $(TM).md/_mcount.po\
  13. $(TM).md/_mcount.o    : .NOTMAIN\
  14. \    $(CC) $(CFLAGS) -S $(.IMPSRC)\
  15. \    $(SED) -e s/_mcount/mcount/g < _mcount.s > $(TM).md/_mcount.s\
  16. \    $(AS) $(AFLAGS) -o $(.TARGET) $(TM).md/_mcount.s\
  17. \    $(RM) -f _mcount.s $(TM).md/_mcount.s
  18.